Example of assymetric pull/push paths.
authorgmilos@localhost.localdomain <gmilos@localhost.localdomain>
Mon, 4 Jul 2005 15:01:22 +0000 (15:01 +0000)
committergmilos@localhost.localdomain <gmilos@localhost.localdomain>
Mon, 4 Jul 2005 15:01:22 +0000 (15:01 +0000)
docs/misc/hg-cheatsheet.txt

index 9f901f086f2e123ece075ba8432dabd05edee744..8aafe52adf8a0d65c617b5311adf55cc38bf5a64 100644 (file)
@@ -273,6 +273,12 @@ Pushes changes up to a parent. You can't push if you pulled the
 repository off the web interface. In fact, you can currently only push
 to an ssh target -- filesystem drectory targets don't work, but this
 will be fixed soon.
+For now it is possible to set up assymetric pull/push paths. Pulls can
+be done via web interface while pushes via ssh. Example of .hg/hgrc config
+file:
+  | [paths]
+  | default = http://your.server/repository_name
+  | default-push = ssh://[username@]your.server//repository_location
 
 
 Repository history